home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gcctest / tests05.zoo / Changelo < prev    next >
Text File  |  1993-03-02  |  1KB  |  43 lines

  1. tprintf.c:: michal/++jrb
  2.     add tests case for printing unsigned longs. tests the ICONV part
  3.     in doprnt.c
  4.  
  5. ----------------------  Patchlevel 03 --------------------------------------
  6.  
  7. tstdio.c:: ++jrb
  8.     in the fully buffered test, we did'nt account for the `\r' introduced
  9.     by putc'ing `\n'.
  10.  
  11. trdwr.c:: ++jrb
  12.     on a wr ("w+")  stream doing a reversal of direction without an
  13.     intervening fseek() is not guaranteed to do anything sensible.
  14.     this test was failing on all machines i could try it on
  15.     (sun, hp, dec, mips, atari) for this reason. inserted a fseek()
  16.     to current position between getc()/putc() reversal.
  17.  
  18. ----------------------  Patchlevel 04 --------------------------------------
  19.  
  20. tfseek.c:: ++jrb
  21.     new test from glibc
  22.  
  23. tmemmv.c:: ++jrb
  24.     new test from glibc
  25.  
  26. ttime.c:: ++jrb
  27.     added one more test
  28.  
  29. float1.c:: ++jrb
  30.     trivial test for fp. apparently this was broken at some point.
  31.  
  32. tregex.c:: ++jrb
  33.     tregex was trying to write into const strings. corrected by
  34.         copying string into a buffer (before breaking out fields in multiple())
  35.  
  36. tstrl2.c:: ++jrb
  37.     the 0xGZZZZZ test case was expecting strtol() not to
  38.     consume the leading zero. i think it should (our
  39.     tstrtoul tests also things so).
  40.     (i ran this test on an Hp-Snake, A Dec-Alpha, A Sony-Risc and 
  41.      all of them agree).
  42. ----------------------  Patchlevel 05 --------------------------------------
  43.